* mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 17 Sep 2010 00:08:06 +0000 (20:08 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 17 Sep 2010 00:08:06 +0000 (20:08 -0400)
lisp/ChangeLog
lisp/mail/sendmail.el

index 9ed26809a44850d61220bc24e2fa4c23969bb56b..c17e9eadc0a4954887cb6284ebf5d5857bbfeb7d 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
 
+       * mail/sendmail.el: Add "*unsent mail*" to
+       same-window-buffer-names.
+
        * term/x-win.el (x-cut-buffer-or-selection-value): Define as
        obsolete alias for x-selection-value.
 
index 3cc1bf5fe193fc1004db0d91540ec7b4d6d0f02b..d802b75ee06cac3402564d5472a9f96dd3e358ad 100644 (file)
@@ -1663,6 +1663,7 @@ If the current line has `mail-yank-prefix', insert it on the new line."
 ;; in middle of loading the file.
 
 ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*mail*"))
+;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*unsent mail*"))
 
 ;;;###autoload
 (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions)